*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
}
.nContainer{
  width: 100%;
  background-image: url(../nimg/bg.png);
  background-size: contain;
  background-position: left top;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
}
.nContainer img{
  display: block;
}
.video {
  width: 100%;
  /*max-width: 1310px;*/
  position: relative;
  margin: 0 auto;
}
.media{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.write{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publicTitle{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.publicTitle h2{
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 30px;
  color: #334FAC;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 66px;
}
.publicTitle div{
  font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 30px;
color: #787E7E;
opacity: 0.4;
line-height: 25px;
margin-bottom: 34px;
}
.newCon{
  width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}
.nContainer .hd {
  justify-content: center;
  height: 46px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 30px;
  background-image: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: initial !important;
}
.nContainer .hd h3{
  margin-right: 56px;
}
.nContainer .hd h3:last-child{
  margin-right: 0px;
}
.nContainer .hd h3 a{
  /* width: 172px; */
height: 46px;
background: #E9E9E9;
border-radius: 6px;
font-family: SourceHanSansSC;
font-weight: 400;
 width: 172px;
font-size: 20px;
color: #000000;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;

}
.nContainer .hd h3.on a{
 width: 172px;
height: 46px;
background: #2869B3;
border-radius: 6px;
font-family: SourceHanSansSC;
font-weight: 400;
font-size: 20px;
color: #FFFFFF;
}
.nContainer .tab-rank .bd {
	clear: both;
}

.nContainer .tab-rank .bd ul {
	overflow: hidden;
}

.nContainer .tab-rank {
	position: relative;
}
.nContainer .menu h3.back {
	position: absolute;
	z-index: 999;
	background: #2869B3;
	width: 10px;
	height: 46px;
	border-radius: 6px;
}

.nContainer .menu h3.back .left {
	background: #2869B3;
	height: 46px;
}

.nContainer .menu h3 a {
	position: relative;
	z-index: 10;
	float: left;
    padding-left: 48PX;
        padding-right: 48px;
	/* width: 172px; */
}



.nContainer .menu h3.current {
	color: #fff !important;
}

.nContainer .menu h3.current a {
	z-index: 1000;
}

.newsList{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
}
.newsList li{
  width: calc(50% - 28px);
  height: 97px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../nimg/dzqk.jpg);
  background-size: contain;
  background-position: left center;
  border-radius: 3px;

}
.newsList li:last-child{
  background-image: url(../nimg/hxsp.jpg);
}
.newsList li a{
  width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    box-sizing: border-box;
    border-radius: 3px;
}
.newsList li div{
  font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 30px;
color: #FFFFFF;
line-height: 32px;
}
.newsList li p{
  font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
margin-top: 8px;
line-height: 14px;
}



.report{
  width: 100%;
  min-height: 530px;
  background-image: url(../nimg/ztbdBg.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-left: 0px !important;
}
.reportCon{
  width: 96%;
  max-width: 1300px;
  padding-top: 54px;
  padding-bottom: 136px;
}
.reportCon li{
  margin-bottom: 25px;
}
.reportCon li:last-child{
  margin-bottom: 0;
}
.reportCon a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding-left: 26px;
    padding-right: 20px;
    box-sizing: border-box;
    transition: all .5s;
}
.reportCon a:hover{
  background: rgba(40, 105, 179, .47);
border-radius: 3px;

}
.reportConListL{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 70%;
}
.reportConListL div{
  font-weight: 400;
font-size: 14px;
color: #FFFFFF;
margin-right: 26px;
}
.reportConListL div span {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}
.reportConListL p{
  font-weight: 400;
font-size: 18px;
color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.reportConHot{
  font-weight: 400;
font-size: 14px;
color: #FFFFFF;
}

.bdList{
  display: flex;
    flex-direction: row;
}
.bdListL{
  width: 532px;
    margin-right: 20px;
}
.newImgBox{
  width: 100%;
  height: 316px;
  margin-bottom: 30px;
  overflow: hidden;
}
.newImgBox img{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.bdListL:hover .newImgBox img{
  transform: scale(1.1);
}
.bdListLHead{
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}

.bdListL div span{
  font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 14px;
color: #666666;
margin-left: 8px;
}
.bdListL div b{
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.bdListL p{
  font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.bdListR{
  width: calc(100% - 552px);
}
.bdListRA{
  display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 18px;
    padding-top: 26px;
}
.bdListRA:first-child{
  margin-top: -16px;
}
.bdListRL{
  width: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #535353;
    margin-right: 22px;
}
.bdListRL div{
    line-height: 35px;
    font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 42px;
color: #666666;
margin-bottom: 15px;
}
.bdListRL p{
  font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 14px;
color: #666666;
}
.bdListRL p span{
  font-size: 18px;
}
.bdListRR{
  width: calc(100% - 131px);
}
.bdListRR div{
  font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bdListRR p{
  font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caseList{
  width: 100%;
  position: relative;
}
.caseListModal{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,.4);
}
.caseListFont{
  display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 222;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.caseListFont img{
  margin-left: 10px;
}
.caseListImg{
  width: 100%;
  overflow: hidden;
}
.caseListImg img{
  width: 100%;
  transition: all 0.5s;
}
.caseList:hover .caseListImg img {
  transform: scale(1.1);
}
.swiper-slide {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

#case {
  display: flex;
  width: 96%;
  max-width: 1300px;
  height: 374px;
  margin: 0 auto;
}

#case li {
  display: flex;
   flex: 0.85;
  height: 374px;
  position: relative;
  border-right: 13px solid #fff;
  box-sizing: border-box;
}
#case li:last-child{
 border-right: none;
}

#case li:last-child {
  border-right: none;
}

#case li:nth-child(1) {
  flex: 1.5;
  background: url(../nimg/imgOne.jpg) no-repeat center center;
  background-size: cover;
}

#case li:nth-child(2) {
   flex: 0.85;
  background: url(../nimg/imgTwo.jpg) no-repeat center center;
  background-size: cover;
}

#case li:nth-child(3) {
   flex: 0.85;
  background: url(../nimg/imgThree.jpg) no-repeat center center;
  background-size: cover;
}

#case li:nth-child(4) {
   flex: 0.85;
  background: url(../nimg/imgFour.jpg) no-repeat center center;
  background-size: cover;
}

#case li:nth-child(1):hover {
  flex: 1;
  transition: all .7s ease 0s;
}

#case li:nth-child(2):hover {
  flex: 1.5;
  transition: all .7s ease 0s;
}

#case li:nth-child(3):hover {
  flex: 1.5;
  transition: all .7s ease 0s;
}

#case li:nth-child(4):hover {
  flex: 1.5;
  transition: all .7s ease 0s;
}

.caseModal {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  z-index: 999;
transition: all .7s ease 0s
}
.caseModal:hover{
  background-color: transparent;
}
/* #case li:first-child .caseModal{
  background-color: transparent;
} */
.caseFont {
  font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 2;
    padding-right: 20px;
    box-sizing: border-box;
}

.caseFont div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 60px);
  text-align: right;
}

.caseFont img {
  margin-left: 10px;
}


.bdListRA:hover .bdListRR div{
  color: #2869B3;
}

.videoPoster{
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none !important;
}
.videoBox{
  width: 100%;
background-image: url(../nimg/videobg.jpg);
  margin-top:36px;
  display: flex;
}
.bdListL:hover .bdListLHead{
  color: #2869B3 !important;
}
.bdListL:hover .bdListLHead span{
  color: #2869B3 !important;
}
.bdListL:hover .bdListLHead b{
  color: #2869B3 !important;
}
.my .caseModal{
  background-color: transparent !important;
}
.newsList li {
  transition: all .25s ease-in;
  background-repeat: no-repeat;
}
.newsList li:hover{
  transform:translateY(-5px);
}
#case a {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1024px) {
  #case,#case li{
    height:190px
  }
  .bdList{
    flex-direction: column;
  }
  .bdListL {
    width: 100%;
    margin-right: 0px;
}
.bdListR {
  width: 100%;
  margin-top: 8px;
}
.bdListRA:first-child {
  margin-top: 0px;
}
.newsList li {
  width: calc(50% - 6px);
  background-size: cover;
  background-position: center center;
}

.newsList li a{
  padding-left: 16px;
}
.reportCon a{
  padding-left: 16px;
    padding-right: 16px;
}
.nContainer .hd h3{
  margin-right: 10px;
}
.nContainer .hd h3.on a{
  width: 110px;
}
.nContainer .hd h3 a{
  width: 110px;
}
.nContainer .menu h3 a {
	width: 110px;
}
.menu h3 a{
  width: auto !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 14px;
  text-align: center;
}
.publicTitle h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.publicTitle div {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
.hd h3 a,.hd h3.on a,.bdListL div,.bdListL div b{
  font-size: 16px;
}
.hd,.newImgBox{
  margin-bottom: 16px;
}
.bdListL div{
  margin-bottom: 8px;
}
.bdListL p{
  margin-top: 0px;
}
.bdListRA{
  padding-bottom: 16px;
    padding-top: 16px;
}
.bdListRL{
  margin-right: 10px;
}
.bdListRL div {
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 8px;
}
.bdListRL {
  width: 86px
}
.bdListRR div {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  transition: all 0.5s;

}
.bdListRR p {
  line-height: 20px;
}
.newsList{
  margin-top: 16px;
}
.newsList li div {
  font-size: 16px;
  line-height: 16px;
}
.newsList li p {
  font-size: 14px;
  margin-top: 8px;
  line-height: 14px;
}
.reportConListL div span {
  font-size: 16px;
}
.reportConListL p {
  font-size: 14px;
}
.reportConHot {
  font-size: 12px;
}
.reportCon{
  padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}
#bannerN .swiper-slide{
  height: auto;
}
.headercon h3{
  position: absolute;
  z-index: 8;
  background: url(../images/bg_menucur1.gif) no-repeat 100% -24px;
  width: 10px;
  height: 24px;
}
.headercon h3 a{
  background: url(../images/bg_menucur1.gif) no-repeat 0 0;
    height: 24px;
    margin-right: 10px;
}